home *** CD-ROM | disk | FTP | other *** search
-
-
- This program converts 'Brushes' saved with DeluxePaint,
- or any other program that saves out IFF format brushes, into
- usable 'C' source code for your programs.
- It converts the brush into the suitable image structures
- required for gadgets, etc. This structure can now be
- #included into your source code like a '.h' file.
- This program must be used from the command line
- interface (CLI). It is called like this:
-
- "Brush2C [-c] brushname filename structurename"
-
- Where brushname is the name of the brush, filename is the
- name of the output file, and structurename is the name of
- the 'C' image structure. The -c option is used if you wish
- to have color register information converted as well.
-
-